Uncategorized APIClass ObjectGroup ClassOn this pageGroup Class Description: A class for creating Group objects. __call Type: Metamethod. Description: A metamethod that creates a new group with the specified component names. Signature: metamethod __call: function(self: GroupClass, componemts: {string}): Group Parameters: ParameterTypeDescriptioncomponents{string}A table listing the names of the components to include in the group. Returns: Return TypeDescriptionGroupThe new group.